home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1995 April / Electronic Clipper 1995-04.iso / mac / Idea Source / INDEX.DIR / 00112_Script_112 < prev    next >
Text File  |  1995-03-03  |  462b  |  14 lines

  1. on init
  2.   set the textsize of field "name" to 9
  3.   set the textsize of field "title" to 9
  4.   set the textsize of field "company" to 9
  5.   set the textsize of field "phone" to 9
  6.   set the textsize of field "future" to 9
  7.   set the textsize of field "thoughts" to 9 
  8.   put "*" into field "name"
  9.   put "*" into field "title"
  10.   put "*" into field "company"
  11.   put "*" into field "phone"
  12.   put "*" into field "future"
  13.   put "*" into field "thoughts"
  14. end init